home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / PCWK-txt / Antyspam / Spam Buster 1.95 / spambuster195.exe / %MAINDIR% / spamBuster.exe / 0 / RCDATA / TFRMVIEWHEADER / TFRMVIEWHEADER.txt
Encoding:
Text File  |  2002-03-14  |  1.3 KB  |  63 lines

  1. object frmViewHeader: TfrmViewHeader
  2.   Left = 326
  3.   Top = 112
  4.   ActiveControl = btOK
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'View Selected Headers'
  8.   ClientHeight = 413
  9.   ClientWidth = 612
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lblTitle: TEsLabel
  21.     Left = 8
  22.     Top = 4
  23.     Width = 489
  24.     Height = 35
  25.     Appearance = apCustom
  26.     Caption = 'Contents of selected e-mail headers'
  27.     ColorScheme = csCustom
  28.     CustomSettings.ShadowColor = clGray
  29.     CustomSettings.ShadowDirection = sdNone
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = clNavy
  32.     Font.Height = -24
  33.     Font.Name = 'Times New Roman'
  34.     Font.Style = []
  35.     ParentFont = False
  36.   end
  37.   object Memo1: TMemo
  38.     Left = 5
  39.     Top = 34
  40.     Width = 603
  41.     Height = 343
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clWindowText
  44.     Font.Height = -13
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = []
  47.     ParentFont = False
  48.     ScrollBars = ssVertical
  49.     TabOrder = 0
  50.   end
  51.   object btOK: TButton
  52.     Left = 268
  53.     Top = 384
  54.     Width = 75
  55.     Height = 25
  56.     Cancel = True
  57.     Caption = 'OK'
  58.     Default = True
  59.     TabOrder = 1
  60.     OnClick = btOKClick
  61.   end
  62. end
  63.